home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11609 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: solon.com!not-for-mail
  2. From: binkley@vivid.net (KDM)
  3. Newsgroups: comp.lang.c,comp.lang.c.moderated
  4. Subject: Re: Recommend a book, REALLY!
  5. Date: 25 Mar 1996 06:21:36 -0600
  6. Organization: ViViD
  7. Sender: clc@solutions.solon.com
  8. Approved: clc@solutions.solon.com
  9. Message-ID: <4j634g$3fe@solutions.solon.com>
  10. References: <4j06oe$81u@solutions.solon.com>
  11. NNTP-Posting-Host: solutions.solon.com
  12. X-Newsreader: Forte Free Agent 1.0.82
  13.  
  14. mangino@planet.net (Reed Mangino) wrote:
  15.  
  16. >Let me tell you how things are going:  I started to read Schildt's "C The 
  17. >Complete Reference" and I almost cried myself to sleep.  I don't even 
  18. >know the language well and I could tell this thing bites!
  19.  
  20. >Then I get a book called "C In Plain English".  On page 245 of the 
  21. >***C*** book he writes: test_val = int(sqrt(n));  Is it me or is that the 
  22. >function style of casting to an int that our friend C++ likes?  On page 
  23. >240 he declares, "To the following is perfectly legal:
  24. >        void fnct(const char str[], const double *px, *py);
  25. >I am wondering what type *py has.  He does this kind of crap throughout 
  26. >the darn book!
  27.  
  28. >I have been programming in C++ for about 3-4 years, so I already know how 
  29. >things work I just need to get a good, SOLID, book on C (just C!)  I have 
  30. >ordered the K&R text along with an annotated book on the standard C 
  31. >library (this might help me understand how things _should_ be done in C, 
  32. >not to mention that I have been using iostream.h forever!)
  33.  
  34. >If you could please recommend a book that might be appropriate to my 
  35. >situation, PLEASE DO! :)
  36.  
  37. >Thanks for your time, and I hope Schildt and Brian Overland are soon to 
  38. >be frozen with Walt Disney!
  39.  
  40. >Reed  (C++ -> C, hhmmmm)
  41.  
  42. >PS - Kudos to the kind gentleman who gave me this advice, "Reed why don't 
  43. >you just read a C++ book backwards!"  Yea, I need this kinda sarcasm 
  44. >after reading Schildt!
  45.  
  46. >--
  47. >    ^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^
  48. >     Reed R. Mangino    |  ** Dialogic Corporation **
  49. >                        | World leader in the design of
  50. >     tornado@esu.edu    |  computer telephony systems
  51.  
  52. I used "Learn C Now" from Microsoft Press many years ago.  It might be
  53. hard to find a copy, but I think it did a good job of explaining the
  54. language.
  55.  
  56. K.
  57.